home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / ArpAlloc < prev    next >
Text File  |  1990-06-22  |  935b  |  67 lines

  1.  
  2.  
  3.  
  4.      ArpAlloc(31.0)      ARP Programmers Manual    ArpAlloc(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       ArpAlloc - Allocate memory and track.
  10.  
  11.      SYNOPSIS
  12.       Memory = ArpAlloc( size_in_bytes )
  13.         d0              d0
  14.  
  15.      FUNCTION
  16.       Allocate public, cleared memory and track.  This memory will
  17.       be automatically eased for you when you CloseLibrary() or
  18.       ArpExit().
  19.  
  20.      INPUTS
  21.       size_in_bytes    - Amount of memory required.
  22.  
  23.      RESULT
  24.       Memory - Pointer to a    memory block with attributes
  25.           MEMF_PUBLIC |    MEMF_CLEAR) or NULL, if    an error
  26.           occurred.
  27.  
  28.       TRACKER - Pointer to the tracker in A1, or in    the
  29.           LastTracker variable if calling from 'C'.
  30.  
  31.      BUGS
  32.       None known.
  33.  
  34.      REMEMBER
  35.       You must call    CloseLibrary(ArpBase) or ArpExit() or
  36.       FreeTrackedItem( TRACKER ) to    free this memory.
  37.  
  38.      SEE ALSO
  39.       GetTracker(),    FreeTrackedItem(), ArpExit(), OpenLibrary()
  40.  
  41.      AUTHOR
  42.       SDB
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.